home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
dev
/
lang
/
PPCsmalltalk.lha
/
PPCSmallTalk
/
sources
/
smakefile
< prev
next >
Wrap
Makefile
|
1998-02-08
|
459b
|
15 lines
# makefile for SAS/C for PPC (powerUP)
# written in 1998 by Andreas R. Kleinert
CC = SCPPC
OBJS = byte.o symbol.o cldict.o interp.o drive.o lex.o lexcmd.o \
primitive.o line.o courier.o object.o number.o \
syms.o main.o process.o array.o file.o block.o \
string.o class.o
st.elf: $(OBJS)
ppc-amigaos-ld -r LIB:c_ppc.o $(OBJS) LIB:scppc.a lib:end.o -o st.elf
Copy st.elf /
Delete st.elf